Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.rendition.publisher.relations.listener--listener

This contribution is part of XML component org.nuxeo.ecm.platform.rendition.publisher.relations.listener inside nuxeo-platform-rendition-publisher-6.0.jar

Documentation

Copies the relations from a replaced proxy to the new proxy.

Extension Point

Extension point listener of component EventServiceComponent.

Contributed Items

  • <listener async="false" class="org.nuxeo.ecm.platform.relations.core.listener.PublishRelationsListener" name="publishRelationsListener" postCommit="false" priority="50">
          <event>renditionProxyPublished</event>
        </listener>

XML Source

<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">

    <documentation>
      Copies the relations from a replaced proxy to the new
      proxy.
    </documentation>

    <listener async="false" class="org.nuxeo.ecm.platform.relations.core.listener.PublishRelationsListener" name="publishRelationsListener" postCommit="false" priority="50">
      <event>renditionProxyPublished</event>
    </listener>

  </extension>